google.golang.org/grpc/internal/idle.Manager.activeSinceLastTimerCheck (field)

6 uses

	google.golang.org/grpc/internal/idle (current package)
		idle.go#L48: 	activeSinceLastTimerCheck int32 // Boolean; True if there was an RPC since the last timer callback.
		idle.go#L119: 	if atomic.LoadInt32(&m.activeSinceLastTimerCheck) == 1 {
		idle.go#L122: 		atomic.StoreInt32(&m.activeSinceLastTimerCheck, 0)
		idle.go#L171: 	if checkActivity && atomic.LoadInt32(&m.activeSinceLastTimerCheck) == 1 {
		idle.go#L200: 		atomic.StoreInt32(&m.activeSinceLastTimerCheck, 1)
		idle.go#L207: 	atomic.StoreInt32(&m.activeSinceLastTimerCheck, 1)